.download_dailog_230411 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.download_dailog_230411:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.download_dailog_230411 .dailog_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  background: #FFFFFF;
  overflow: hidden;
}
.download_dailog_230411 .dailog_1 .head {
  background-color: rgba(23, 90, 255, 0.02);
  display: flex;
  align-items: center;
  padding: 0 34px;
  position: relative;
  padding-top: 26px;
}
.download_dailog_230411 .dailog_1 .head .dailog_title {
  font-size: 14px;
  color: #955C00;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: bold;
}
.download_dailog_230411 .dailog_1 .head .dailog_title i {
  transform: scale(0.66);
  vertical-align: middle;
  margin-right: 2px;
  margin-left: -3px;
}
.download_dailog_230411 .dailog_1 .head .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.download_dailog_230411 .dailog_1 .head .close_btn i {
  transform: scale(0.9);
  opacity: 0.6;
}
.download_dailog_230411 .dailog_1 .head .close_btn i:hover {
  opacity: 0.85;
}
.download_dailog_230411 .dailog_1 .body {
  padding: 18px 34px 26px;
}
.download_dailog_230411 .dailog_1 .body .info {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #262626;
  line-height: 20px;
  margin-bottom: 10px;
}
.download_dailog_230411 .dailog_1 .body .info01 {
  color: #955C00;
}
.download_dailog_230411 .dailog_1 .body .line {
  height: 1px;
  width: 100%;
  margin: 41px 0 12px;
}
.download_dailog_230411 .dailog_1 .body .btn-bd {
  display: flex;
  justify-content: right;
}
.download_dailog_230411 .dailog_1 .body .btn-bd .mr12 {
  margin-right: 16px;
}
.download_dailog_230411 .dailog_1 .body .btn {
  width: 132px;
  height: 40px;
  margin-right: 0;
  margin-left: auto;
  background: #955C00;
  border-radius: 6px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.download_dailog_230411 .dailog_1 .body .btn:hover {
  opacity: 0.85;
}
.download_dailog_230411 .dailog_1 .body .btn[plain] {
  background: #fff;
  border: 1px solid #955C00;
  color: #955C00;
}
.download_dailog_230411 .dailog_1 .body .btn[plain]:hover {
  background: #955C00;
  color: #fff;
}
.ent-buy-a {
  position: relative;
}
.ent-buy-a .script_1 {
  position: absolute;
  top: -8px;
  right: 0;
  font-size: 12px;
  white-space: nowrap;
  color: #fff;
  line-height: 15px;
  height: 15px;
  background: linear-gradient(177deg, #FF743E 0%, #FF390C 100%);
  border-radius: 4px 4px 0px 4px;
  width: 84px;
}
.ent-buy-a .script_1 span {
  display: inline-block;
  transform: scale(0.85);
}
.retention-dailog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
.retention-dailog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.retention-dailog * {
  box-sizing: border-box;
}
.retention-dailog .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 430px;
  height: 340px;
  background: linear-gradient(90deg, #FEF2E9 0%, #FEDBE6 100%);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 22px 32px;
}
.retention-dailog .content .close_btn {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  color: #d3b7c0;
  padding: 3px;
}
.retention-dailog .content .close_btn:hover {
  color: #555;
}
.retention-dailog .content .title img {
  height: 56px;
}
.retention-dailog .content .icons {
  position: relative;
  padding-top: 34px;
  padding-bottom: 24px;
}
.retention-dailog .content .icons dt {
  position: absolute;
  top: 24px;
  width: 148px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(321deg, #FF2F2F 0%, #FF743A 100%);
  border-radius: 10px 15px 15px 0px;
  padding-left: 10px;
  font-size: 13px;
  color: #FFFFFF;
}
.retention-dailog .content .icons dd {
  height: 132px;
  background: #FFF;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.retention-dailog .content .icons dd p {
  width: 172px;
  margin-bottom: 16px;
  line-height: 30px;
  padding-left: 29px;
  font-weight: bold;
  font-size: 14px;
  color: #282828;
}
.retention-dailog .content .icons dd p i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(//bpic.588ku.com/mainSite/download/limt/icon240422_02.png) no-repeat -30px -30px;
  background-size: 150px 150px;
  vertical-align: -10px;
  margin-right: 9px;
}
.retention-dailog .content .icons dd p .i2 {
  background-position: -90px -30px;
}
.retention-dailog .content .icons dd p .i3 {
  background-position: -30px -90px;
}
.retention-dailog .content .icons dd p .i4 {
  background-position: -90px -90px;
}
.retention-dailog .content .btns {
  display: flex;
  justify-content: space-between;
}
.retention-dailog .content .btns .giveup {
  width: 135px;
  background: rgba(255, 74, 66, 0.1);
  color: #FF4A42;
  cursor: pointer;
}
.retention-dailog .content .btns .more {
  width: 215px;
  background: #FF4A42;
  color: #fff;
  font-weight: bold;
}
.retention-dailog .content .btns .a {
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
}
.retention-dailog .content .btns .a:hover {
  background: #FF3830;
  box-shadow: 0px 8px 10px 0px rgba(255, 74, 66, 0.2);
  font-weight: bold;
  color: #fff;
}
.modal-20231116 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-20231116 .lead-firm-recharge {
  width: 439px;
  height: 444px;
  box-sizing: content-box;
  border-radius: 20px;
  padding-top: 39px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-20231116 .lead-firm-recharge .pay-money {
  height: 29px;
  font-size: 29px;
  font-weight: bold;
  color: #F6FF00;
  line-height: 29px;
  text-shadow: 0px 3px 2px #CF0000;
  margin-left: 80px;
  margin-top: 75px;
}
.modal-20231116 .lead-firm-recharge .pay-tip {
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #F6FF00;
  line-height: 21px;
  letter-spacing: 1px;
  text-shadow: 0px 1px 1px #CF0000;
  text-align: center;
  margin-top: 23px;
}
.modal-20231116 .lead-firm-recharge .pay-tip.discount {
  font-size: 14px;
}
.modal-20231116 .lead-firm-recharge .pay-text {
  height: 24px;
  font-size: 16px;
  color: #C5443F;
  text-align: center;
  line-height: 24px;
  margin-top: 55px;
}
.modal-20231116 .lead-firm-recharge .pay-equity {
  display: flex;
  justify-content: center;
  margin-top: 78px;
  margin-bottom: 30px;
}
.modal-20231116 .lead-firm-recharge .pay-equity .pay-equity-text {
  width: 126px;
  text-align: center;
  height: 16px;
  font-size: 12px;
  color: #EA6560;
  line-height: 16px;
}
.modal-20231116 .lead-firm-recharge .pay-open-now {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #FF4A42;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
.modal-20231116 .lead-firm-recharge .pay-open-now:hover {
  background: #FF2C23;
}
.modal-20231116 .lead-firm-recharge .pay-close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 17px;
  right: 17px;
  background: url('//js.588ku.com/activity/20231116/images/close.svg') no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.modal-20231116 .lead-firm-recharge .pay-close::before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  z-index: 1;
}
.modal-20231116 .lead-firm-recharge .pay-close::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  background: url('//js.588ku.com/activity/20231116/images/close-hover.svg') no-repeat center;
  background-size: 100% 100%;
}
.modal-20231116 .lead-firm-recharge .pay-close:hover {
  background: none;
}
.modal-20231116 .lead-firm-recharge .pay-close:hover::after {
  opacity: 1;
}
.alert-times-over {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}
.alert-times-over .con1 .p1 {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #8345FB;
  top: 6px;
  right: 42px;
}
.alert-times-over .con1 .p2 {
  position: absolute;
  font-size: 14px;
  color: #9D90AF;
  top: 48px;
  left: 12px;
  line-height: 30px;
  text-align: center;
}
.alert-times-over .con1 .p3 {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  top: 46px;
  left: 154px;
  line-height: 37px;
  text-align: center;
  font-size: 18px;
  text-shadow: 0px 2px 4px rgba(123, 70, 250, 0.4);
}
.alert-times-over .times-over-win {
  position: absolute;
  width: 430px;
  height: 418px;
  background-size: 100% 100%;
  left: calc(50% - 215px);
  top: calc(50% - 210px);
}
.alert-times-over .times-over-win .close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  padding: 4px;
  opacity: 0.3;
}
.alert-times-over .times-over-win .close:hover {
  opacity: 0.6;
}
.alert-times-over .foot-btn {
  position: absolute;
  width: 300px;
  height: 60px;
  background: linear-gradient(90deg, #914EE0 0%, #5826BE 100%);
  border-radius: 10px;
  border: 0;
  bottom: 30px;
  left: 65px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.alert-times-over .foot-btn:hover {
  background: linear-gradient(270deg, #914EE0 0%, #5826BE 100%);
  opacity: 0.85;
}
.alert-times-over .tab2 {
  text-align: center;
}
.alert-times-over .tab2 .title {
  font-size: 24px;
  font-weight: bold;
  color: #008BFF;
  line-height: 36px;
  padding-top: 48px;
  padding-bottom: 13px;
  text-shadow: 0px 2px 0px #FFF;
}
.alert-times-over .tab2 .h3 {
  width: 280px;
  height: 40px;
  line-height: 40px;
  background: #17A1FF linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(36, 160, 251, 0.2);
  border-radius: 20px;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.8)) 1 1;
  margin: 0 auto;
  font-size: 16px;
  color: #FFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14);
}
.alert-times-over .tab2 .h4 {
  font-size: 16px;
  color: #A3A3A3;
  line-height: 24px;
  padding-top: 32px;
}
.alert-times-over .tab2 .h4 i {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, rgba(61, 48, 86, 0) 0%, rgba(158, 156, 158, 0.1) 22%, #9E9C9E 100%);
  border-radius: 1px;
  opacity: 0.5;
  vertical-align: 4px;
  margin: 0 15px;
}
.alert-times-over .tab2 .h4 i.last {
  background: linear-gradient(90deg, #9E9C9E 0%, rgba(158, 156, 158, 0.1) 86%, rgba(89, 89, 89, 0) 100%);
}
.alert-times-over .tab2 .txt-ul {
  display: flex;
  padding: 70px 16px 0;
}
.alert-times-over .tab2 .txt-ul li {
  font-size: 12px;
  color: #757575;
  line-height: 16px;
  flex: 1;
}
.alert-times-over[module='99'] .foot-btn:hover {
  opacity: 1;
}
.alert-times-over[module='99'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_timesOver.png);
}
.alert-times-over[module='99'] .title {
  font-size: 20px;
  font-weight: bold;
  color: #191919;
  line-height: 26px;
  padding-top: 48px;
  padding-bottom: 13px;
  text-align: center;
}
.alert-times-over[module='99'] .sub-title {
  font-size: 16px;
  color: #757575;
  line-height: 22px;
  text-align: center;
}
.alert-times-over[module='99'] .con1 {
  width: 350px;
  height: 142px;
  background: url(//bpic.588ku.com/mainSite/download/limt/timesOver/timesOver_01.png);
  background-size: 100% 100%;
  margin: 33px auto;
  position: relative;
}
.alert-times-over[module='1'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_ys.png);
}
.alert-times-over[module='1'] .foot-btn {
  background: #008CFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 140, 255, 0.3);
}
.alert-times-over[module='2'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_back.png);
}
.alert-times-over[module='2'] .title {
  color: #FA4633;
  text-shadow: 0px 6px 4px rgba(250, 70, 51, 0.1), 0px 2px 0px #FFF;
}
.alert-times-over[module='2'] .h3 {
  background: #FA4633 linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(250, 70, 51, 0.2);
}
.alert-times-over[module='2'] .foot-btn {
  background: #FA4633;
  box-shadow: 0px 4px 10px 0px rgba(250, 70, 51, 0.3);
}
.alert-times-over[module='13'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_art.png);
}
.alert-times-over[module='13'] .title {
  color: #00C3D0;
  text-shadow: 0px 6px 4px rgba(0, 207, 221, 0.1), 0px 2px 0px #FFF;
}
.alert-times-over[module='13'] .h3 {
  background: #00CFDD linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 207, 221, 0.2);
}
.alert-times-over[module='13'] .foot-btn {
  background: #00CFDD;
  box-shadow: 0px 4px 10px 0px rgba(0, 207, 221, 0.3);
}
.alert-times-over[module='28'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_gif.png);
}
.alert-times-over[module='28'] .title {
  color: #EF2B79;
  text-shadow: 0px 6px 4px rgba(239, 43, 121, 0.1), 0px 2px 0px #FFF;
}
.alert-times-over[module='28'] .h3 {
  background: #EF2B79 linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(239, 43, 121, 0.2);
}
.alert-times-over[module='28'] .foot-btn {
  background: #EF2B79;
  box-shadow: 0px 4px 8px 0px rgba(239, 43, 121, 0.2);
}
.alert-times-over[module='21'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_illus.png);
}
.alert-times-over[module='21'] .title {
  color: #3DB060;
  text-shadow: 0px 6px 4px rgba(61, 176, 96, 0.1), 0px 2px 0px #FFFFFF;
}
.alert-times-over[module='21'] .h3 {
  background: #3DB060 linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(61, 176, 96, 0.2);
}
.alert-times-over[module='21'] .foot-btn {
  background: #3DB060;
  box-shadow: 0px 4px 10px 0px rgba(61, 176, 96, 0.3);
}
.alert-times-over[module='25'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_photo.png);
}
.alert-times-over[module='25'] .title {
  color: #FF5859;
  text-shadow: 0px 6px 4px rgba(255, 88, 89, 0.1), 0px 2px 0px #FFFFFF;
}
.alert-times-over[module='25'] .h3 {
  background: #FF5859 linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(255, 88, 89, 0.2);
}
.alert-times-over[module='25'] .foot-btn {
  background: #FF5859;
  box-shadow: 0px 4px 10px 0px rgba(255, 88, 89, 0.3);
}
.alert-times-over[module='3'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_templte.png);
}
.alert-times-over[module='3'] .title {
  color: #FF9400;
  text-shadow: 0px 6px 4px rgba(255, 148, 0, 0.1), 0px 2px 0px #FFFFFF;
}
.alert-times-over[module='3'] .h3 {
  background: #FF9400 linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(255, 148, 0, 0.2);
}
.alert-times-over[module='3'] .foot-btn {
  background: #FF9400;
  box-shadow: 0px 4px 10px 0px rgba(255, 148, 0, 0.3);
}
.alert-times-over[module='22'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_ui.png);
}
.alert-times-over[module='22'] .title {
  color: #1ABC9C;
  text-shadow: 0px 6px 4px rgba(26, 188, 156, 0.1), 0px 2px 0px #FFFFFF;
}
.alert-times-over[module='22'] .h3 {
  background: #1ABC9C linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(26, 188, 156, 0.2);
}
.alert-times-over[module='22'] .foot-btn {
  background: #1ABC9C;
  box-shadow: 0px 4px 10px 0px rgba(26, 188, 156, 0.3);
}
.alert-times-over[module='4'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_office.png);
}
.alert-times-over[module='4'] .title {
  color: #FFC001;
  text-shadow: 0px 6px 4px rgba(255, 192, 1, 0.1), 0px 2px 0px #FFFFFF;
}
.alert-times-over[module='4'] .h3 {
  background: #FFC001 linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(255, 192, 1, 0.2);
}
.alert-times-over[module='4'] .foot-btn {
  background: #FFC001;
  box-shadow: 0px 4px 10px 0px rgba(255, 192, 1, 0.3);
}
.alert-times-over[module='5'] .times-over-win {
  background-image: url(//bpic.588ku.com/mainSite/download/limt/timesOver/alert_video.png);
}
.alert-times-over[module='5'] .title {
  color: #7265E2;
  text-shadow: 0px 6px 4px rgba(114, 101, 226, 0.1), 0px 2px 0px #FFFFFF;
}
.alert-times-over[module='5'] .h3 {
  background: #7265E2 linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 0, 98, 0) 100%);
  box-shadow: 0px 4px 10px 0px rgba(114, 101, 226, 0.2);
}
.alert-times-over[module='5'] .foot-btn {
  background: #7265E2;
  box-shadow: 0px 4px 10px 0px rgba(114, 101, 226, 0.3);
}
.download_dailog_240422 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.download_dailog_240422 * {
  box-sizing: border-box;
}
.download_dailog_240422 .dailog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 390px;
  background: linear-gradient(180deg, #E8EFFF 0%, #FFFFFF 30%);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.download_dailog_240422 .dailog .dailog_title {
  font-weight: bold;
  font-size: 22px;
  color: #282828;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 46px;
}
.download_dailog_240422 .dailog .select_main_btn {
  position: absolute;
  top: 10px;
  left: 13px;
  height: 26px;
  line-height: 26px;
  background: #FFF;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 12px;
  color: #13A8FF;
  cursor: pointer;
}
.download_dailog_240422 .dailog .select_main_btn i {
  font-size: 12px;
  display: inline-block;
  transform: scale(0.75);
  margin-right: 3px;
}
.download_dailog_240422 .subtitle {
  font-size: 16px;
  color: #787B85;
  line-height: 32px;
  text-align: center;
  padding-top: 5px;
}
.download_dailog_240422 .subtitle label {
  color: #165DFF;
}
.download_dailog_240422 .subtitle b {
  font-size: 26px;
  margin-left: 4px;
  vertical-align: -2px;
}
.download_dailog_240422 .btn-bd {
  padding: 40px 60px 0;
  display: flex;
  justify-content: space-between;
}
.download_dailog_240422 .btn-bd .a1 {
  border: 1px solid #13A8FF;
  width: 130px;
  line-height: 46px;
  font-size: 16px;
  color: #13A8FF;
}
.download_dailog_240422 .btn-bd .ent-buy-a {
  width: 274px;
  background: linear-gradient(120deg, #11BCFF 0%, rgba(17, 188, 255, 0) 100%), #167FFF;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  line-height: 48px;
}
.download_dailog_240422 .btn-bd a {
  height: 48px;
  border-radius: 24px;
  text-align: center;
}
.download_dailog_240422 .btn-bd a:hover {
  background: #165DFF;
  box-shadow: 0px 8px 10px 0px rgba(22, 93, 255, 0.2);
  color: #fff;
  border-color: #165DFF;
}
.download_dailog_240422 .btn-bd1 {
  padding: 40px 68px 0;
  padding-top: 48px;
}
.download_dailog_240422 .btn-bd1 .ent-buy-a {
  width: 230px;
  box-shadow: 0px 8px 10px 0px rgba(22, 154, 255, 0.2);
}
.download_dailog_240422 .btn-bd1 .ent-buy-a:hover {
  box-shadow: 0px 8px 10px 0px rgba(22, 93, 255, 0.2);
}
.download_dailog_240422 .btn-bd1 .a1 {
  width: 120px;
}
.download_dailog_240422 .ico-title {
  font-size: 13px;
  color: #A8ABB5;
  line-height: 16px;
  padding-top: 40px;
  padding-bottom: 14px;
  text-align: center;
}
.download_dailog_240422 .ico-title::before,
.download_dailog_240422 .ico-title::after {
  content: '';
  display: inline-block;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, rgba(61, 48, 86, 0) 0%, rgba(22, 93, 255, 0.1) 21%, #165DFF 100%);
  border-radius: 1px;
  opacity: 0.2;
  margin: 0 16px;
  vertical-align: 5px;
}
.download_dailog_240422 .ico-title::after {
  transform: rotate(180deg);
}
.download_dailog_240422 .icos {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px 24px;
  justify-content: center;
}
.download_dailog_240422 .icos li {
  display: flex;
  align-items: center;
}
.download_dailog_240422 .icos li i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(//bpic.588ku.com/mainSite/download/limt/ico240422.png) no-repeat;
  background-size: auto 26px;
  margin-right: 6px;
  opacity: 0.8;
}
.download_dailog_240422 .icos li i.i2 {
  background-position: -30px 0;
}
.download_dailog_240422 .icos li i.i3 {
  background-position: -59px 0;
}
.download_dailog_240422 .icos li i.i4 {
  background-position: -90px 0;
}
.download_dailog_240422 .icos li p {
  color: #666;
  font-size: 12px;
}
.download_dailog_240422 .close_btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  color: #c6cbd6;
  padding: 3px;
}
.download_dailog_240422 .close_btn:hover {
  color: #555;
}
#download_succ_portrait_ent .portrait-des {
  width: 460px;
  background: #ffede7;
  border-radius: 10px;
  font-size: 12px;
  color: #FF5216;
  line-height: 18px;
  text-align: center;
  padding: 12px 16px;
  margin: 11px auto;
  position: relative;
}
#download_succ_portrait_ent .portrait-des::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffede7;
  left: 260px;
  top: -6px;
  transform: rotate(45deg);
}
#download_succ_portrait_ent .ewm {
  border: 1px solid #1ebd43;
  width: 154px;
  height: 154px;
  margin: 38px auto 14px;
  padding: 5px;
}
#download_succ_portrait_ent .ewm img {
  width: 100%;
  height: 100%;
}
#download_succ_portrait_ent .p1 {
  font-size: 14px;
  color: #282828;
  line-height: 22px;
  text-align: center;
}
#download_succ_portrait_ent .btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #167FFF;
  border-radius: 24px;
  margin: 11px auto 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
}
#download_succ_portrait_ent .btn:hover {
  background: #165DFF;
  box-shadow: 0px 8px 10px 0px rgba(22, 93, 255, 0.2);
}
/*# sourceMappingURL=./download_limit_240520.css.map */